Fixed test name#128
Conversation
9cf07ee to
104cc3e
Compare
|
OK. I finally pushed all the remaining changes I had in my branch. They are all minor changes, but it fixes a few errors. |
|
@BibMartin or @themiurgo can either of you review and merge? |
|
Two questions @ocefpaf:
county_df = pd.DataFrame({"FIPS_Code": county_codes}, dtype=str)
county_df = pd.DataFrame(dict(FIPS_Code=county_codes), dtype=str)and even more in the case of empty dicts (
|
Nope. I just like
True
That is a case where I prefer
Sold!
It was, but you are right. Lets keep it consistent with the rest. I do not want anyone to waste time changing this in the rest of the code. |
|
And it's a merge! 🎉 Thanks! |
Not ready to merge. I will add more stuff tomorrow morning.